go/types.TypeParam.is (method)

11 uses

	go/types (current package)
		builtins.go#L970: 		if !tp.is(func(t *term) bool {
		conversions.go#L252: 		return Vp.is(func(V *term) bool {
		conversions.go#L257: 			return Tp.is(func(T *term) bool {
		conversions.go#L270: 		return Vp.is(func(V *term) bool {
		conversions.go#L282: 		return Tp.is(func(T *term) bool {
		infer.go#L659: 	tpar.is(func(t *term) bool {
		operand.go#L337: 			return Tp.is(func(t *term) bool {
		operand.go#L417: 		Tp.is(func(T *term) bool {
		operand.go#L438: 		Vp.is(func(V *term) bool {
		predicates.go#L62: 		return tpar.is(func(t *term) bool { return t != nil && isBasic(t.typ, info) })
		typeparam.go#L157: func (t *TypeParam) is(f func(*term) bool) bool {